home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fraggle Rock Season 1 Bonus CD
/
Fraggle Rock Season 1 Bonus CD.iso
/
pc
/
Game
/
Game.swf
/
scripts
/
DefineSprite_488
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2005-06-24
|
157 b
|
9 lines
function bounce()
{
this.gotoAndPlay("bounce");
_root.bouncerfront._y -= 1;
_root.bouncerfront._x -= 1;
this._y += 1;
this._x += 1;
}